Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing Extensions and Drivers /
Chapter 4 - Printing Messages / Printing Messages Reference
Constants and Data Types for the Vector Imaging System


Vector Shape Options

The vector shape options enumeration provides constants that you can use in the shapeOptions field of the vector shape structure, which is described in the previous section.

enum {
   gxUnidirectionalFill    = 0x00000001,
   gxAlsoOutlineFilledShape= 0x00000002
};
typedef long gxVectorShapeOptions;
Constant descriptions

gxUnidirectionalFill
The driver needs to generate scan lines in one direction only. This value is useful for transparencies.
gxAlsoOutlineFilledShapes
The driver also needs to draw the outlines of filled shapes.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help